

@font-face{
    font-family: 'Roboto Regular';
    src: url('/skin/fonts/roboto regular.eot');
    src: url('/skin/fonts/roboto regular.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/roboto regular.woff2') format('woff2'),
    url('/skin/fonts/roboto regular.woff') format('woff'),
    url('/skin/fonts/roboto regular.ttf') format('truetype'),
    url('/skin/fonts/roboto regular.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
@font-face{
    font-family: 'Roboto BoldCondensed';
    src: url('/skin/fonts/roboto boldcondensed.eot');
    src: url('/skin/fonts/roboto boldcondensed.eot#iefix') format('embedded-opentype'),
    url('/skin/fonts/roboto boldcondensed.woff2') format('woff2'),
    url('/skin/fonts/roboto boldcondensed.woff') format('woff'),
    url('/skin/fonts/roboto boldcondensed.ttf') format('truetype'),
    url('/skin/fonts/roboto boldcondensed.svg#neuesbauendemo') format('svg');
    font-weight:normal;
    font-style:normal
}
.font1{font-family: 'Roboto BoldCondensed';}

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 'Roboto Regular';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #181818; text-decoration: none; transition-duration: .5s; }
a:hover{ color: #ff7e00; text-decoration: none; transition-duration: .5s; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: 'Roboto Regular';font-size: 14px;background: #fff;}
@media(min-width: 1400px){.container{width: 1400px;padding: 0;}}
em{color: #ff7e00;}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a,.mc_pager span{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a:hover,.mc_pager a.Ahover{background:#ff7e00;}
.mc_pager a.firstPage,.mc_pager a.lastPage{width:40px;font-weight:bold;}
.mc_pager .PreSpan,.mc_pager .NextSpan,.mc_pager a.PreA,.mc_pager a.NextA{width:50px;font-size: 0;}
.mc_pager .PreSpan:before,.mc_pager a.PreA:before{content:'◀';font-size:14px;}
.mc_pager .NextSpan:before,.mc_pager a.NextA:before{content:'▶';font-size:14px;}
.mc_pager .PageText,.mc_pager #metPageT,.mc_pager #metPageB{display:none}
/*end 分页*/

/*二维码显示*/
.pro2wm{position:relative;display:inline-block;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:.5s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:.5s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:200px;padding:8px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-88px;z-index:999;transition-duration:.5s;}
.pro2wm:hover .wxewm{opacity:1;width:200px;padding:8px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow {
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow {
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow {
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .4s;
}
.float-shadow:before {
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .4s;
}
.float-shadow:hover {
    transform: translateY(-5px);
}
.float-shadow:hover:before {
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
}
#header .headerbj{
    background: #1d1f23;
}
#header .headerbj .container{
    position: relative;
}
#header .headerbj .logo{
    height: 60px;
    padding: 10px 0 20px;
    position: absolute;
    left: -240px;
}
#header .headerbj .logo img{
    height: 100%;
}
#header .headerbj .lang{
    position: absolute;
    right: -150px;
}
#header .headerbj .lang a{
    float: left;
    margin: 22px 0 22px 20px;
}
#header .headerbj .headnav{
    padding: 0;
    margin: 0;
}
/*banner*/
#mcbanner{
    overflow: hidden;
}
/*indexbanner*/
#mcbanner .indexbanner{
    padding-top: 63px;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    margin: 0 10px 20px;
    background: rgba(255, 255, 255, .5);
    opacity: 1;
}
.indexbanner .swiper-pagination .swiper-pagination-bullet-active{
    background: transparent;
    border: 2px solid #fff;
}
.indexbanner .swiper-button-prev,
.indexbanner .swiper-button-next{
    width: 50px;
    height: 50px;
    color: #fff;
    font: 25px/50px '宋体';
    text-align: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 100%;
}
.indexbanner .swiper-button-prev{
    left: 5%;
}
.indexbanner .swiper-button-next{
    right: 5%;
}
/*otherbanner*/
#mcbanner .otherbanner{
    padding-top: 60px;
}
.otherbanner img{
    width: 100%;
}
/*header*/

/*index*/
.more{
    display: inline-block;
    padding: 15px 30px;
    color: #000;
    font-size: 16px;
    border: 1px solid #bbb;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
}
.more:hover,
a:hover .more{
    color: #fff !important;
    border: 1px solid #ff7e00;
}
.more:before{
    content: '';
    width: 120%;
    height: 100%;
    background: #ff7e00;
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -150%;
    transition-duration: 1s;
}
.more:hover:before,
a:hover .more:before{
    left: -10%;
}
.more p{
    position: relative;
    z-index: 1;
}

#main{
    position: relative;
    z-index: 2;
}

.countup{
    padding: 40px 0;
    overflow: hidden;
}
.countup ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.countup ul li .shuzi{
    color: #808080;
    font-size: 48px;
}
.countup ul li .shuzi sup{
    font-size: 18px;
}
.countup ul li .countupname{
    color: #808080;
    padding-top: 10px;
}
.inabout{
    padding: 50px 0;
    text-align: center;
    background: #222222;
    overflow: hidden;
}
.inabout .namemark1{
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
}
.inabout .namemark2{
    display: inline-block;
    color: rgba(255, 255, 255, .4);
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}
.inabout .description{
    color: #c9c9c9;
    font-size: 15px;
    line-height: 32px;
    margin: 50px 0;
}
.inabout ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.inabout ul li:nth-child(4){
    margin-right: 0;
}
.inabout ul li a{
    display: block;
}
.inabout ul li a .img{
    overflow: hidden;
}
.inabout ul li a .img img{
    width: 100%;
}
.inabout ul li a .name{
    width: calc(100% - 80px);
    color: #222222;
    font-size: 16px;
    line-height: 80px;
    background: #fff;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.inabout ul li a .icon{
    background: #4a4a4a;
    padding: 23px;
    transition-duration: 1s;
}
.inabout ul li a:hover .icon{
    background: #ff7e00;
}
.inabout ul li a .icon img{
    transform: rotate(0deg);
    transition-duration: 1.5s;
}
.inabout ul li a:hover .icon img{
    transform: rotate(180deg);
}
.inpro{
    background: #fafafa;
    overflow: hidden;
}
.inpro .inprolist{
    width: calc(100% - 720px);
    padding: 80px 20px 0 0;
}
.inpro .inprolist #inpro2,
.inpro .inprolist #inpro3{
    display: none;
}
.inpro .inprolist .list{
    text-align: center;
    margin-top: 20px;
}
.inpro .inprolist .list div{
    display: inline-block;
    width: 80px;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    margin: 0 5px;
}
.inpro .inproimg{
    width: 360px;
}
.inpro .inproimg .title{
    width: 360px;
    height: 360px;
    background: #fff;
    padding: 80px 25px 0;
}
.inpro .inproimg .title .name1{
    color: #9c9c9c;
    font-size: 30px;
}
.inpro .inproimg .title .name2{
    color: #a8a8a8;
    line-height: 24px;
    margin: 20px 0;
}
.inpro .inproimg .title a{
    color: #9c9c9c;
}
.inpro .inproimg .title a:hover{
    color: #ff7e00;
}
.inpro .inproimg .img{
    overflow: hidden;
}
.innews{
    padding: 80px 0;
    overflow: hidden;
}
.innews ul li .updatetime{
    width: 120px;
    color: #9d9d9d;
    font-size: 35px;
    font-family: '微软雅黑 Light';
    padding: 100px 44px;
    position: relative;
}
.innews ul li:hover .updatetime{
    color: #333333;
}
.innews ul li .updatetime:before{
    content: '';
    width: 30px;
    height: 1px;
    background: #cacaca;
    position: absolute;
    top: 50%;
    left: 0;
}
.innews ul li:hover .updatetime:before{
    background: #333333;
}
.innews ul li .updatetime p{
    width: 40px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.innews ul li .updatetime p span{
    position: relative;
    top: -50px;
}
.innews ul li a{
    width: calc(100% - 120px);
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0;
}
.innews ul li:nth-child(1) a{
    border-top: 1px solid #e6e6e6;
}
.innews ul li a .name{
    width: calc(100% - 380px);
}
.innews ul li a .name .title{
    color: #5a5a5a;
    font-size: 20px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innews ul li:hover a .name .title{
    color: #ff7e00;
}
.innews ul li a .name .description{
    color: #9d9d9d;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innews ul li a .name .more2{
    color: #9d9d9d;
    margin-top: 30px;
}
.innews ul li:hover a .name .more2{
    color: #ff7e00;
}
.innews ul li a .imgurl{
    width: 347px;
}
/*index*/

/*foot*/
.cataloge{
    width: 100%;
    height: 113px;
    background: url(/skin/images/footlogo.jpg) center no-repeat;
    overflow: hidden;
}
.cataloge a{
    width: 40%;
    color: #fff;
    font-size: 30px;
    line-height: 113px;
    text-align: center;
}
#footer{
    background: #2b2b2b;
    position: relative;
    z-index: 2;
}
#footer .footcon{
    padding: 50px 0 40px;
}
#footer .footcon ul li{
    float: left;
    width: 25%;
}
#footer .footcon ul li p{
    color: #cbcbcb;
    font-size: 15px;
    line-height: 30px;
}
#footer .footcon ul li p a{
    color: #cbcbcb;
}
#footer .footcon ul li p a:hover{
    color: #ff7e00;
}
#footer .footcon ul li.footshare .namemark{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#footer .footcon ul li.footshare a{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #525252;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 3px;
}
#footer .foottail{
    padding: 30px 0;
    border-top: 1px solid #3b3b3b;
}
#footer .foottail .footright{
    color: #8d8d8d;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #8d8d8d;
}
#footer .foottail .tailimg{
    position: relative;
    left: 0;
}
#footer .foottail .tailimg:hover{
    left: -5px;
}
/*foot*/

/*about*/
.htmlnav{
    padding: 30px 0;
    overflow: hidden;
}
.htmlnav a{
    display: inline-block;
    color: #181818;
    font-size: 18px;
    border: 3px solid transparent;
    border-radius: 50px;
    padding: 14px 28px;
    margin: 0 10px;
}
.htmlnav a:hover,
.htmlnav a.hover{
    border: 3px solid #737479;
}
.about{
    background: #f5f5f5;
    padding: 50px 0;
    overflow: hidden;
}
.about .content{
    color: #2b2b2b;
    font-size: 15px;
    line-height: 28px;
}
.about .content .img{
    width: 583px;
    height: 472px;
    background: #fff;
    overflow: hidden;
}
.about .content .title{
    width: calc(100% - 583px);
    height: 472px;
    background: #fff;
    padding: 40px 20px 0;
}
.aboutzs{
    border-top: 1px solid #f2f2f3;
    padding: 30px 0 60px;
    overflow: hidden;
}
.aboutzs ul li{
    float: left;
    width: 18.4%;
    margin: 2% 2% 0 0;
}
.aboutzs ul li:nth-child(5n){
    margin-right: 0;
}
.aboutzs ul li img{
    width: 100%;
}
/*about*/

/*mcimg*/
.mcimg{
    background: #f5f5f5;
    padding-top: 40px;
    overflow: hidden;
}
.mcimg ul li{
    float: left;
    width: 24.25%;
    margin: 1% 1% 0 0;
}
.mcimg ul li:nth-child(4n){
    margin-right: 0;
}
.mcimg ul li a{
    display: block;
    text-align: center;
}
.mcimg ul li a .imgurl{
    overflow: hidden;
}
.mcimg ul li a .imgurl img{
    width: 100%;
}
.mcimg ul li a .title{
    color: #393939;
    font-size: 18px;
    line-height: 60px;
}
.mcimg ul li a:hover .title{
    color: #ff7e00;
}
/*mcimg*/

/*news*/
.news{
    padding: 0;
    border-top: 1px solid #e6e6e6;
}
.news.innews ul li:nth-child(1) a{
    border-top: 0;
}
/*shownews*/
.shownews{
    border-top: 1px solid #e6e6e6;
    padding-top: 50px;
}
.shownews .title{
    color: #333;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.shownews .updatetime{
    color: #888;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}
.shownews .content{
    color: #333;
    font-size: 14px;
    line-height: 28px;
    padding: 20px 0;
}
.shownews .detailpage{
    color: #333;
    padding: 30px 0 50px;
    border-top: 1px solid #ccc;
}
.shownews .detailpage p{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.shownews .detailpage p a{
    color: #333;
    position: relative;
    left: 0;
}
.shownews .detailpage p a:hover{
    color: #ff7e00;
    text-decoration: underline;
    left: 10px;
}
.shownews .detailpage .more{
    padding: 4px 40px;
    font-size: 14px;
}
/*news*/

/*product*/
.pronav{
    position: relative;
    z-index: 10;
}
.pronav ul li{
    float: left;
    width: 10.66%;
}
.pronav ul li > a{
    display: block;
    color: #181818;
    font-size: 17px;
    line-height: 100px;
    padding-left: 25px;
    position: relative;
}
.pronav ul li:hover > a,
.pronav ul li.hover > a{
    color: #ff7e00;
}
.pronav ul li > a:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #6b6b6b;
    position: absolute;
    top: 45px;
    left: 0;
    transition-duration: .5s;
}
.pronav ul li:hover > a:before,
.pronav ul li.hover > a:before{
    background: #ff7e00;
}
.pronav ul li > a:after{
    content: '';
    width: 25px;
    height: 0;
    background: url(/skin/images/pronav.png);
    position: absolute;
    top: 100px;
    left: 50px;
    z-index: 10;
    transition-duration: .5s;
}
.pronav ul li:hover > a:after{
    height: 18px;
}
.pronav ul li .navdown{
    width: 100%!important;
    height: 0;
    background: #1d1f23;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 0;
    transition-duration: 1s;
}
.pronav ul li:hover .navdown{
    height: 100px;
}
.pronav ul li .navdown a{
    float: left;
    width: 20%;
    color: #fff;
    font-size: 17px;
    line-height: 100px;
}
.pronav ul li .navdown a:hover,
.pronav ul li .navdown a.hover{
    color: #ff7e00;
}
.pronav ul li .navdown a p{
    display: inline-block;
    position: relative;
}
.pronav ul li .navdown a p:before{
    content: '';
    width: 100%;
    height: 4px;
    background: #ff7e00;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0,1);
    transition-duration: 1s;
}
.pronav ul li .navdown a:hover p:before,
.pronav ul li .navdown a.hover p:before{
    transform: scale(1,1);
}
.product{
    background: #f5f5f5;
    padding-top: 40px;
    overflow: hidden;
}
.product ul li{
    float: left;
    width: 24.25%;
    margin: 1% 1% 0 0;
}
.product ul li:nth-child(4n){
    margin-right: 0;
}
.product ul li a{
    display: block;
    text-align: center;
}
.product ul li a .imgurl{
    overflow: hidden;
}
.product ul li a .imgurl img{
    width: 100%;
}
.product ul li a .title{
    color: #181818;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product ul li a:hover .title{
    color: #ff7e00;
}
/*showproduct*/
.showproduct{
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
}
/*<!--第一部分-->*/
.showproduct .proone{
    padding: 50px 0;
}
.showproduct .proone .proimgurl{
    width: 420px;
}
.showproduct .proone .prodisplayimg{
    width: 100px;
    margin: 0 30px;
    padding: 30px 0 10px;
    position: relative;
}
.showproduct .proone .proonefr{
    width: calc(100% - 600px);
}
.showproduct .proone .proonefr .proonename{
    color: #646464;
    font-size: 28px;
    margin: 30px 0 20px;
}
.showproduct .proone .proonefr .proonetitle{
    color: #3b3b3b;
    font-size: 20px;
    line-height: 25px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.showproduct .proone .proonefr .content{
    color: #000000;
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
	word-break: break-all !important;
}
.showproduct .proone .proonefr .email{
    display: inline-block;
    color: #000000;
    font-size: 18px;
    border: 2px solid #434343;
    border-radius: 10px;
    padding: 12px 50px;
    margin-top: 30px;
}
.showproduct .proone .proonefr .email:hover{
    color: #fff;
    background: #ff7e00;
    border: 2px solid #ff7e00;
}
/*<!--第二部分-->*/
.showproduct .protwo{
    padding-bottom: 50px;
}
/*product*/

/*contact*/
.contact{
    background: url(/skin/images/contactbj.jpg) fixed center / cover no-repeat;
    padding: 60px 0;
    overflow: hidden;
}
.contact .conadd{
    width: 50%;
    color: #fff;
}
.contact .conadd .namemark{
    display: inline-block;
    font-size: 55px;
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
}
.contact .conadd p{
    font-size: 16px;
    line-height: 26px;
}
.contact .conadd p a{
    color: #fff;
}
.contact .conadd p a:hover{
    color: #ff7e00;
}
.contact .conadd .con2wm{
    width: 140px;
    margin-top: 30px;
}
.contact .feedback{
    width: 45%;
    background: #fff;
    padding: 70px 50px;
    margin-top: 80px;
}
.contact .feedback input{
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.contact .feedback textarea{
    width: 100%;
    height: 80px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 10px;
    background: 0;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.contact .feedback .submit{
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    background: #333;
    outline: 0;
    border: 0;
}
/*contact*/
@media (max-width: 1600px){
    #header .headerbj .logo{
        left: -80px;
    }
    #header .headerbj .lang{
        right: -80px;
    }
    #header .headerbj .headnav{
        margin-right: 80px;
    }
}
@media (max-width: 1400px){
    #header .headerbj .logo{
        left: 0;
    }
    #header .headerbj .lang{
        right: 0;
    }
    #header .headerbj .headnav{
        margin-right: 150px;
    }
    #header .headerbj .headnav #cssmenu > ul > li > a{
        padding: 0 20px;
    }
    #header .headerbj .headnav #cssmenu > ul > li.has-sub > a::after{
        right: 10px;
    }
}
@media (max-width: 1200px){
    #header .headerbj .logo{
        padding: 20px 0;
    }
    #header .headerbj .lang{
        display: none;
    }
    #header .headerbj .headnav{
        margin: 0;
    }
    .inpro .inprolist{
        width: calc(100% - 600px);
    }
    .inpro .inproimg{
        width: 300px;
    }
    .inpro .inproimg .title{
        width: 300px;
        height: 300px;
        padding: 40px 20px 0;
    }
    .about .content .img{
        width: 350px;
        height: auto;
        padding: 30px 30px 0 30px;
    }
    .about .content .title{
        float: none;
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .showproduct .proone .proimgurl .cloud-zoom-big{
        left: auto!important;
        right: 0!important;
    }
}
/*手机版*/
#header .menubutton{  display: none;  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 12px 6px 0;  }
#header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #fff;  }
#header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
#header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
#header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
@keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
@keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
@keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
/*导航*/
.menumain{  display: none;  background: #fff;  width: 100%!important;  height: 100%;  overflow: auto!important;  position: fixed;  top: 0;  left: 0;  z-index: 1000;  opacity: 1!important;  }
.menumain .menubox{  margin: 50px 5% 80px;  padding-top: 1px;  }
.menumain .menubox .menunav{  overflow: hidden;  }
.menumain .menubox .menunav .menuone a{  display: block;  color: #333;  font-size: 14px;  margin: 30px 0 0;  }
.menumain .menubox .menunav .menuone.home a{  padding-bottom: 20px;  border-bottom: 1px solid #f1f1f1;  }
.menumain .menubox .menunav .menuone .menutwo{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo.bai{  width: 100%;  }
.menumain .menubox .menunav .menuone .menutwo:before{  content: '';  width: 3px;  height: 3px;  background: rgba(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -8px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo a{  color: #888;  font-size: 13px;  margin: 30px 20px 0 5px;  height: 15px;  line-height: 15px;  overflow: hidden;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree{  float: left;  position: relative;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree:before{  content: '';  width: 3px;  height: 3px;  background: rgba(0, 0, 0, .2);  border-radius: 50%;  position: absolute;  left: -6px;  bottom: 5px;  }
.menumain .menubox .menunav .menuone .menutwo .menuthree a{  color: #bbb;  font-size: 12px;  margin: 20px 20px 0 10px;  }
.menumain .menubox .menunav a.hover{  color: #ff7e00 !important;  }
/*语言*/
.menumain .menubox .lang{  margin-top: 30px;  text-align: center;  overflow: hidden;  }
.menumain .menubox .lang a{  float: left;  width: 48%;  height: 40px;  line-height: 40px;  border: 1px solid #f1f1f1;  margin: 2% 1%;  border-radius: 5px;  box-sizing: border-box;  }
.menumain .menubox .lang a img{  display: inline-block;  width: 30px;  padding-right: 10px;  position: relative;  top: -3px;  }
.menumain .menubox .lang a span{  display: inline-block;  color: #333;  font-size: 14px;  position: relative;  top: -1px;  }
/*底部菜单*/
#mobtool{  display: none;  width: 100%;  height: 50px;  background: #ff7e00;  position: fixed;  left: 0;  bottom: 0;  z-index: 1001;  }
#mobtool ul li{  float: left;  width: 20%;  text-align: center;  border-left: 1px solid rgba(255, 255, 255, .2);  box-sizing: border-box;  }
#mobtool ul li:nth-child(1){  border: none;  }
#mobtool ul li a.menubutton{  background: rgba(255, 255, 255, .2);  }
#mobtool ul li a{  display: block;  width: 100%;  height: 50px;  color: #fff;  padding-top: 10px;  }
#mobtool ul li a p{  height: 25px;  line-height: 25px;  overflow: hidden;  font-size: 12px;  text-transform: uppercase;  }
/*ios下载到桌面*/
.u-layer-ath{display: none;background:url(/skin/images/ath.png) no-repeat;z-index:99999999;width:200px;height:75px;position:fixed;bottom:0;left:50%;margin-left:-100px;background-size:contain;transform:translate3D(0,0,0);transition:2s all;perspective:400px;}
.u-layer-ath.u-ani-ath{transform:rotateY(360deg) translateZ(100px);}
.u-layer-ath .ath_addhome{position:absolute;left:0;top:0;width:140px;height:60px;}
.u-layer-ath .ath_close{position:absolute;right:0;top:0;width:30px;height:30px;}
/*list分类*/
#sortpro{  height: 40px;  line-height: 40px;  text-align: center;  background: #fff;  border-bottom: 1px solid #ff7e00;  overflow: hidden;  }
#sortpro .sortpro_left{  float: left;  width: 65%;  color: #fff;  font-size: 14px;  background: #ff7e00;  }
#sortpro .sortpro_right{  float: right;  width: 35%;  color: #000;  font-size: 14px;  }
#sort_content{  width: 100%;  height: 100%;  overflow: hidden;  background: #eee;  position: fixed;  top: 0;  left: 0;  z-index: 10001;  -webkit-transform: translate3d(0px, 100%, 0px);  -moz-transform: translate3d(0px, 100%, 0px);  transform: translate3d(0px, 100%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  -o-transition: -o-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19)  }
#sort_content.show{  -webkit-transform: translate3d(0px, 0%, 0px);  -moz-transform: translate3d(0px, 0%, 0px);  transform: translate3d(0px, 0%, 0px);  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -moz-transition: -moz-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  -o-transition: -o-transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);  transition: transform 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000)  }
#sort_content .asort{  height: 100%;  }
.asort .hd{  height: 60px;  background: #ff7e00;  }
.asort .hd .fl{  color: #fff;  font-size: 18px;  line-height: 60px;  padding: 0 20px;  }
.asort .hd .fr{  width: 30px;  height: 30px;  margin: 15px;  background: url(/skin/images/proclose.jpg);  background-size: cover;  }
.asort .ct{  height: calc(100% - 60px);  padding: 2%;  overflow: auto;  }
.asort .ct ul{  background: #fff;  border-top: 1px solid #eee;  }
.asort .ct ul li{  padding: 0 15px;  border-bottom: 1px solid #eee;  }
.asort .ct ul li a{  display: block;  }
.asort .ct ul li a p{  display: inline-block;  width: calc(100% - 30px);  height: 58px;  line-height: 58px;  overflow: hidden;  color: #333;  font-size: 14px;  text-align: left;  }
.asort .ct ul li a i{  float: right;  width: 15px;  height: 15px;  border: 3px solid #ddd;  background: #fff;  border-radius: 50%;  margin-top: 22px;  }
.asort .ct ul li a.hover i{  border: 3px solid #ff7e00;  }
.asort .ct ul .navdown li{  padding: 0 20px;  border-bottom: 1px dotted #eee;  }
.asort .ct ul .navdown li a p{  display: block;  width: 100%;  height: 50px;  line-height: 50px;  color: #aaa;  }
.asort .ct ul li a.hover p{  color: #ff7e00;  }
/*手机版*/
@media (max-width: 992px){
    #header .menubutton, #mobtool, .u-layer-ath{  display: block;  }
    .onlineservice ul li{  width: 30px!important;  height: 31px!important;  }
    .onlineservice ul li i{  width: 30px!important;  line-height: 30px!important;  font-size: 14px!important;  }
    .onlineservice ul li i.fa-mobile{  font-size: 20px!important;  }
    .onlineservice ul li span{  display: none;  }
    .onlineservice ul li.morelist .list a{  line-height: 30px!important;  }
    .popup-wechat img{  width: 200px;  }
    .mfp-zoom-out-cur, .mfp-wrap{  width: 100% !important;  height: 100% !important;  overflow: hidden;  }
    .mfp-wrap .mfp-arrow-left{  margin-left: -47%;  }
    .mfp-wrap .mfp-arrow-right{  margin-right: -47%;  }
    .pcweb{  display: none;  }
    .mobileweb{  display: block;  }
    /*index*/
    #header .headerbj .lang,
    #header .headerbj .headnav{
        display: none;
    }
    #header .headerbj .logo{
        height: 50px;
        padding: 15px 20px;
    }
    #mcbanner .indexbanner,
    #mcbanner .otherbanner{
        padding-top: 50px;
    }
    #mcbanner .indexbanner .swiper-button-prev,
    #mcbanner .indexbanner .swiper-button-next{
        display: none;
    }
    #mcbanner .indexbanner .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .countup{
        padding: 15px 0;
    }
    .countup ul li{
        width: 100%;
        padding: 20px 0;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .countup ul li:nth-child(1){
        border-top: 1px solid #eee;
    }
    .inabout .namemark2{
        font-size: 14px;
        padding-bottom: 2px;
    }
    .inabout .description{
        font-size: 14px;
        line-height: 2;
        margin: 30px 0 0;
    }
    .inabout ul li{
        width: 100%;
        margin-top: 30px;
    }
    .inpro .inprolist{
        width: 100%;
        padding: 15px 0;
    }
    .inpro .inproimg{
        width: 100%;
        padding: 15px 0;
    }
    .inpro .inproimg .title{
        width: 100%;
        height: auto;
        padding: 30px;
    }
    .innews{
        padding: 50px 0;
    }
    .innews ul li .updatetime{
        display: none;
    }
    .innews ul li a{
        width: 100%;
        padding: 0 0 30px;
    }
    .innews ul li a .name{
        width: 100%;
    }
    .innews ul li a .imgurl{
        width: 100%;
        padding-top: 30px;
    }
    .cataloge{
        display: none;
    }
    #footer .footcon{
        display: none;
    }
    #footer .foottail{
        padding: 30px 0 80px;
        text-align: center;
    }
    #footer .foottail a{
        display: block;
    }
    #footer .foottail .footright, #footer .foottail .tailimg{
        width: 100%;
    }
    #footer .foottail .tailimg img{
        margin: 15px auto 0;
    }
    .htmlnav{
        display: none;
    }
    .about{
        padding: 15px 0;
    }
    .about .content .img{
        width: 100%;
        padding: 20px;
    }
    .about .content .title{
        padding: 20px;
    }
    .aboutzs{
        padding: 0 0 30px;
    }
    .aboutzs ul li{
        width: 100%;
        margin: 30px 0 0;
    }
    .mcimg{
        padding-top: 30px;
    }
    .mcimg ul li{
        width: 100%;
        margin: 0;
    }
    .news{
        padding: 0;
    }
    .shownews .detailpage .more{
        display: none;
    }
    .pronav{
        display: none;
    }
    .product{
        padding-top: 20px;
    }
    .product ul li{
        width: 48%;
        margin: 2% 4% 0 0;
    }
    .product ul li:nth-child(2n){
        margin-right: 0;
    }
    .showproduct .proone .proimgurl, .showproduct .proone .prodisplayimg{
        display: none;
    }
    .showproduct .proone .mobprodisplayimg .swiper-pagination-bullet-active{
        background: #ff7e00;
    }
    .showproduct .proone .proonefr{
        width: 100%;
    }
  	.showproduct .proone .proonefr .content,
  	.showproduct .proone .proonefr .content table tr td,
    .showproduct .protwo .content table tr td{
        word-break: break-all !important;
    }
    .contact{
        background: url(/skin/images/contactbj.jpg) center / cover no-repeat;
        padding: 50px 0;
    }
    .contact .conadd{
        width: 100%;
        overflow: hidden;
    }
    .contact .feedback{
        width: 100%;
        padding: 30px;
        margin-top: 50px;
    }
}